|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Kashada Kumato
Red Phoenix Rising Monkey Circus
0
|
Posted - 2013.02.20 20:12:00 -
[1] - Quote
I have read through a lot of the posts here but not all so i am sorry if you have covered this.
Your mod is working 100% and it is fantastic apart from the evefitting tag.
When i try to use it i see the fitting "area" and underneath i see a line of the images for the fittings. http://mc.forsakenremnant.com/issue.png
I used the method shown in the video to apply the settings to the custom theme i am using and that made everything work except this (as far as i can tell)
a forum user brought information to my attention showing what was likely not edited and i checked it out, after manually editing the missing parts i have add your link to the footer and little else.
Sorry to take up your valuable time but if you can help me i would greatly appreciate it.
PS i liked your mod so much i "liked" every post by you on the 1st 15 pages |

Kashada Kumato
Red Phoenix Rising Monkey Circus
0
|
Posted - 2013.02.20 20:27:00 -
[2] - Quote
Troy Aihaken wrote:You need to copy eveapi_fitting.js to your themes template folder, and eveapi_fitting.css to your themes theme folder e.g. prosilver/theme/
I did the eveapi_fitting.js but not the CSS.. will try that BRB
FIXED! thank you so much! |

Kashada Kumato
Red Phoenix Rising Monkey Circus
0
|
Posted - 2013.02.21 03:43:00 -
[3] - Quote
one other issue i noticed recently...
[eveitem] doesnt work on anything with a colon Type-D Power Core Modification: Capacitor Flux for example.
any ideas? |

Kashada Kumato
Red Phoenix Ruffians
3
|
Posted - 2013.07.15 12:10:00 -
[4] - Quote
I know it was mentioned previously and you said it is something you are planning for the future,
but for me the auto-grouping and teamspeak systems would be 10x more useful if you could set additional groups by title or something.
so anyone with the title "Fish-Face" is added to the corp members group for being in corp but also added to the "Corp Leaders" group and set as default group due to title.
By setting it as a word or sentence you select rather than having set words to check for like "admin" means someone that doesnt know the meaning of the title wont know the person is a director.
I would imagine this would be simple enough to implement since you have done the hard coding already for setting groups and whatnot..
$title=fetch players title $list=titles set by user to check for if ($title==$list) { add to group}
(REALLY bad fake php coding i know)
but this is a feature i am eagerly awaiting, your mod it awesome and imo essential for any corp with forums in eve |

Kashada Kumato
Red Phoenix Regents
3
|
Posted - 2013.08.08 15:37:00 -
[5] - Quote
I am having a problem when trying to enable teamspeak 3 integration,
i have the correct settings i am certain but i keep getting
TeamSpeak error: 111 -> Connection refused
any idea why? |

Kashada Kumato
Red Phoenix Regents
3
|
Posted - 2013.08.08 16:19:00 -
[6] - Quote
found the logs and nothing is showing relating to the server |

Kashada Kumato
Red Phoenix Regents Rolling The Dice
3
|
Posted - 2013.11.07 22:22:00 -
[7] - Quote
TeamSpeak error: 111 -> Connection refused is still all the info i am given as far as i can tell from lack of log info and that message is the stop is happening before it gets to the server, but i have tried this with our teamspeak3.com hosted server and one i host off of a local computer for testing with.
neither one works and gives the same error, i signed up with tsviewer.com using the same info and it can use query commands to get the server info.
I will get round to capturing a screenshot next time i am fiddling with it, but so far nothing i try is working. i have the latest version of PHPBB and the latest release of API MOD |

Kashada Kumato
Red Phoenix Rising Alternate Allegiance
7
|
Posted - 2015.03.07 14:05:49 -
[8] - Quote
Hi, don't have time to read ALL the posts since i was last active a year ago...
But i solved the error i had involving teamspeak connection refused.
turns out with most virtual hosting for websites only certain specific ports are accessible. teamspeak is not one of these. only solution is better hosting or some kind of relay to a page with access to any port.
one feature i would LOVE to see still (and shouldnt be too hard to add in theory) change what group a person is in based on title
eg: Person A is in charge of fleet ops and needs to be given a specific group in forums
Give person a title ingame [FO] some random title.
When they register on the forums or the cron is run it searches for title codes set by user finds *[FO]* and instead of member group puts them in Fleet Ops group.
This means you dont have to make the code something obvious for example "Mining Officer" could have the title [PVP Specialist] or whatever. i uses the square brackets here as they are a clear marker but in theory anything could do.
this allows you to manage forum groups using titles ingame. |

Kashada Kumato
State-N-War Alternate Allegiance
8
|
Posted - 2015.03.27 22:54:09 -
[9] - Quote
For the teamspeak etc is there a way to make an optional extra page used for admin only that communicates with the main forum?
The idea being if someone is on virtual dedicated hosting and has limited ports the admin page generates commands then accesses the remote page stored on another dedicated (likely slower) server.
for example:
Main site: mysite.com extra host: 25.577.234.44/mysite
You want most people going to mysite.com since it is fast, high bandwidth and easy to remember url.
then when a teamspeak command neads to be given
mysite.com/tsadmin.php authenticated with 25.577.234.44/mysite/tsrelay.php
login verified, access rights confirmed
mysite.com asks tsrelay.php to issue X commands and asks for X information
tsrelay passes on commands and returns information to mysite.com/tsadmin.php
assuming both pages can share an sql server it should be easy enough and should all be done on port 80 which needs to be allowed. |
|
|
|